Handle C-h when buffer not showing
authorJustin Burkett <justin@burkett.cc>
Sat, 27 May 2017 19:34:54 +0000 (15:34 -0400)
committerJustin Burkett <justin@burkett.cc>
Sat, 27 May 2017 21:48:10 +0000 (17:48 -0400)
commit000d7a68d1ea383d6cca7dcfb88ebcbb3c54190a
treeacab3d2ff272f6d2f0f88c05b81535013f161ac5
parent32dad608abdb72c5d2df1e8bc3f3d350943d5c4e
Handle C-h when buffer not showing

which-key-C-h-dispatch was not doing anything different if the which-key buffer
was not showing. This makes it fall back to the standard Emacs behavior.

Fixes #172
which-key.el